home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uNewMessage.dfm < prev    next >
Encoding:
Text File  |  2005-01-26  |  3.4 KB  |  159 lines

  1. object frmNewMessage: TfrmNewMessage
  2.   Left = 544
  3.   Top = 271
  4.   Width = 273
  5.   Height = 171
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   ActiveControl = OkButton
  9.   AlphaBlend = True
  10.   BorderIcons = [biSystemMenu]
  11.   BorderStyle = bsSizeToolWin
  12.   Caption = 'SMS Received'
  13.   Color = clBtnFace
  14.   Constraints.MaxHeight = 368
  15.   Constraints.MaxWidth = 370
  16.   Constraints.MinHeight = 171
  17.   Constraints.MinWidth = 273
  18.   Font.Charset = DEFAULT_CHARSET
  19.   Font.Color = clWindowText
  20.   Font.Height = -11
  21.   Font.Name = 'Tahoma'
  22.   Font.Style = []
  23.   FormStyle = fsStayOnTop
  24.   OldCreateOrder = False
  25.   Position = poDefaultPosOnly
  26.   ShowHint = True
  27.   OnActivate = OnMouseEnter
  28.   OnClose = FormClose
  29.   OnCreate = FormCreate
  30.   OnDeactivate = FormDeactivate
  31.   OnShow = FormShow
  32.   DesignSize = (
  33.     265
  34.     137)
  35.   PixelsPerInch = 96
  36.   TextHeight = 13
  37.   object Image1: TImage
  38.     Left = -66
  39.     Top = -20
  40.     Width = 394
  41.     Height = 386
  42.     Anchors = [akTop]
  43.   end
  44.   object lbText: TTntLabel
  45.     Left = 140
  46.     Top = 20
  47.     Width = 22
  48.     Height = 13
  49.     Caption = 'Text'
  50.     ShowAccelChar = False
  51.     Transparent = True
  52.     OnDblClick = Reply1Click
  53.     OnMouseEnter = OnMouseEnter
  54.     OnMouseLeave = OnMouseLeave
  55.   end
  56.   object lbAlpha: TTntLabel
  57.     Left = 140
  58.     Top = 4
  59.     Width = 35
  60.     Height = 13
  61.     Caption = 'lbAlpha'
  62.     Transparent = True
  63.   end
  64.   object OkButton: TButton
  65.     Left = 140
  66.     Top = 112
  67.     Width = 57
  68.     Height = 21
  69.     Anchors = [akRight, akBottom]
  70.     Cancel = True
  71.     Caption = 'Close'
  72.     TabOrder = 0
  73.     OnClick = OkButtonClick
  74.   end
  75.   object ActionButton: TTntButton
  76.     Left = 204
  77.     Top = 112
  78.     Width = 57
  79.     Height = 21
  80.     Anchors = [akRight, akBottom]
  81.     Caption = 'Action '#187
  82.     TabOrder = 1
  83.     OnClick = ActionButtonClick
  84.     Caption_UTF7 = 'Action +ALs'
  85.   end
  86.   object ImagePanel: TPanel
  87.     Left = 4
  88.     Top = 4
  89.     Width = 132
  90.     Height = 131
  91.     BevelInner = bvLowered
  92.     BevelOuter = bvLowered
  93.     Caption = '<no photo>'
  94.     Color = cl3DLight
  95.     TabOrder = 2
  96.     object Image32: TImage32
  97.       Left = 2
  98.       Top = 2
  99.       Width = 128
  100.       Height = 127
  101.       Align = alClient
  102.       BitmapAlign = baCenter
  103.       Scale = 1
  104.       ScaleMode = smResize
  105.       TabOrder = 0
  106.     end
  107.   end
  108.   object FormPlacement1: TFormPlacement
  109.     IniFileName = 'Software\floAt\MobileAgent'
  110.     IniSection = 'NewMsgWindow'
  111.     UseRegistry = True
  112.     Left = 180
  113.     Top = 40
  114.   end
  115.   object Timer1: TTimer
  116.     Interval = 100
  117.     OnTimer = Timer1Timer
  118.     Left = 212
  119.     Top = 40
  120.   end
  121.   object PopupMenu1: TPopupMenu
  122.     Images = Form1.ImageList2
  123.     OnPopup = PopupMenu1Popup
  124.     Left = 152
  125.     Top = 40
  126.     object Reply1: TMenuItem
  127.       Caption = '&Reply'
  128.       ImageIndex = 3
  129.       OnClick = Reply1Click
  130.     end
  131.     object Forward1: TMenuItem
  132.       Caption = '&Forward'
  133.       ImageIndex = 4
  134.       OnClick = Forward1Click
  135.     end
  136.     object Chat1: TMenuItem
  137.       Caption = 'Chat Contact...'
  138.       ImageIndex = 21
  139.       OnClick = Chat1Click
  140.     end
  141.     object N1: TMenuItem
  142.       Caption = '-'
  143.     end
  144.     object AddContact1: TMenuItem
  145.       Caption = '&Add To Phonebook...'
  146.       ImageIndex = 20
  147.       OnClick = AddContact1Click
  148.     end
  149.     object N2: TMenuItem
  150.       Caption = '-'
  151.     end
  152.     object Delete1: TMenuItem
  153.       Caption = '&Delete'
  154.       ImageIndex = 6
  155.       OnClick = Delete1Click
  156.     end
  157.   end
  158. end
  159.